math/big.nat.bytes (method)
7 uses
math/big (current package)
floatmarsh.go#L54: x.mant[len(x.mant)-n:].bytes(buf[10:]) // cut off unused trailing words
int.go#L454: return buf[x.abs.bytes(buf):]
int.go#L466: x.abs.bytes(buf)
intmarsh.go#L23: i := x.abs.bytes(buf) - 1 // i >= 0
nat.go#L1158: func (z nat) bytes(buf []byte) (i int) {
ratmarsh.go#L24: i := x.b.abs.bytes(buf)
ratmarsh.go#L25: j := x.a.abs.bytes(buf[:i])
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)